home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Interactive 11 / CDROM11.iso / pc / fishwish / data / quit.dir / 00002_Main Movie Script.ls < prev    next >
Encoding:
Text File  |  1995-05-31  |  205 b   |  14 lines

  1. on startMovie
  2.   set the keyDownScript to EMPTY
  3.   set the mouseDownScript to "quit"
  4.   cursor(200)
  5. end
  6.  
  7. on stopMovie
  8.   sound stop 1
  9.   sound stop 2
  10.   sound stop 3
  11.   sound stop 4
  12.   set the actorList to []
  13. end
  14.